home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / 04_03.iso / software / uninstaller / uruninst3.exe / {app} / uruninstaller.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  2003-01-27  |  3.5 KB  |  155 lines

  1. object MainForm: TMainForm
  2.   Left = 129
  3.   Top = 18
  4.   Width = 699
  5.   Height = 558
  6.   Caption = 'Your Uninstaller!'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDesktopCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object StatusBar: TStatusBar
  22.     Left = 0
  23.     Top = 512
  24.     Width = 691
  25.     Height = 19
  26.     Font.Charset = GB2312_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'Tahoma'
  30.     Font.Style = []
  31.     Panels = <
  32.       item
  33.         Text = 'Your Uninstaller! 2003 Version 3'
  34.         Width = 180
  35.       end
  36.       item
  37.         Width = 300
  38.       end
  39.       item
  40.         Alignment = taCenter
  41.         BiDiMode = bdLeftToRight
  42.         ParentBiDiMode = False
  43.         Text = '*Unregistered Version*'
  44.         Width = 100
  45.       end>
  46.     SimplePanel = False
  47.     UseSystemFont = False
  48.   end
  49.   object PageControl1: TPageControl
  50.     Left = 0
  51.     Top = 0
  52.     Width = 691
  53.     Height = 512
  54.     ActivePage = TabSheet1
  55.     Align = alClient
  56.     TabIndex = 0
  57.     TabOrder = 1
  58.     TabPosition = tpBottom
  59.     OnChange = PageControl1Change
  60.     OnChanging = PageControl1Changing
  61.     object TabSheet1: TTabSheet
  62.       Caption = 'Smart Uninstaller'
  63.     end
  64.     object TabSheet2: TTabSheet
  65.       Caption = 'Startup Organizer'
  66.       ImageIndex = 1
  67.     end
  68.   end
  69.   object ActionList1: TActionList
  70.     Left = 288
  71.     Top = 184
  72.     object HelpContextAction: TAction
  73.       Caption = 'Help'
  74.       ShortCut = 112
  75.       OnExecute = HelpContextActionExecute
  76.     end
  77.     object ExitAction: TAction
  78.       Caption = 'Exit'
  79.       OnExecute = ExitActionExecute
  80.     end
  81.     object PurchaseAction: TAction
  82.       Caption = 'Purchase'
  83.       OnExecute = PurchaseActionExecute
  84.     end
  85.     object EnterCodeAction: TAction
  86.       Caption = 'Enter code...'
  87.       OnExecute = EnterCodeActionExecute
  88.     end
  89.     object RecommendAction: TAction
  90.       Caption = 'Recommend to friends'
  91.       OnExecute = RecommendActionExecute
  92.     end
  93.     object AboutAction: TAction
  94.       Caption = 'About'
  95.       OnExecute = AboutActionExecute
  96.     end
  97.     object VisitHomeAction: TAction
  98.       Caption = 'Home'
  99.       OnExecute = VisitHomeActionExecute
  100.     end
  101.   end
  102.   object HttpCli1: THttpCli
  103.     LocalAddr = '0.0.0.0'
  104.     ProxyPort = '80'
  105.     Agent = '(X-VALIDATOR)'
  106.     Accept = 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
  107.     NoCache = False
  108.     ContentTypePost = 'application/x-www-form-urlencoded'
  109.     MultiThreaded = False
  110.     SocksLevel = '5'
  111.     SocksAuthentication = socksNoAuthentication
  112.     Left = 144
  113.     Top = 256
  114.   end
  115.   object Timer1: TTimer
  116.     Interval = 5000
  117.     OnTimer = Timer1Timer
  118.     Left = 168
  119.     Top = 96
  120.   end
  121.   object HelpMenu: TPopupMenu
  122.     AutoHotkeys = maManual
  123.     Left = 136
  124.     Top = 208
  125.     object HelpContext1: TMenuItem
  126.     end
  127.     object Visitoursite1: TMenuItem
  128.       AutoHotkeys = maAutomatic
  129.       Caption = 'Visit our site'
  130.     end
  131.     object MagicUninstall1: TMenuItem
  132.       Caption = 'Magic Uninstall'
  133.     end
  134.     object N2: TMenuItem
  135.       Caption = '-'
  136.     end
  137.     object Suggesttoyourfriend1: TMenuItem
  138.       Caption = 'Suggest to friend'
  139.       Default = True
  140.     end
  141.     object PurchaseItem: TMenuItem
  142.       Caption = 'Purchase...'
  143.     end
  144.     object RegisterItem: TMenuItem
  145.       Caption = 'Enter Code'
  146.     end
  147.     object N1: TMenuItem
  148.       Caption = '-'
  149.     end
  150.     object About1: TMenuItem
  151.       Caption = 'About'
  152.     end
  153.   end
  154. end
  155.